Esx Settings Clusters Vms Solutions ClusterSolutionApplyStatus
The Esx Settings Clusters Vms Solutions ClusterSolutionApplyStatus schema contains properties that describe the apply status for a specific solution.
This schema was added in vSphere API 9.0.0.0.
{
"status": {
"status": "string",
"start_time": "string",
"end_time": "string"
},
"deployment_unit_statuses": {
"deployment_unit_statuses": {
"status": "string",
"start_time": "string",
"end_time": "string"
}
}
}
Aggregated apply status for the deployment units of the solution.
This property was added in vSphere API 9.0.0.0.
missing or null
if the apply operation is not completed for the specified deployment unit.
The apply status for the different deployment units of the solution.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.settings.vms.SystemVmDeploymentUnit
. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.settings.vms.SystemVmDeploymentUnit
.